The following tables list the members exposed by the Remove<TEntity, TDao, TEntityCollection, TDataContext, TFilteringCriteria, TOrderingCriteria, TPagingCriteria, TCarboniteController, TTransaction, TTransactionCreationParameters> type.
Name | Description | |
---|---|---|
![]() |
AggregateGearInputValidationExceptions | Input<bool>: Sets the flag that determines if input validation exceptions should be aggregated in one main exception. (inherited from BaseGear). |
![]() |
Entity | Input<TEntity>: The entity to delete. If none is given, a Filter must be specificed. |
![]() |
Filter | Input<TFilteringCriteria>: The filtering criteria that identifies the entity to delete. If none is given, an Entity to delete must be specificed. |
![]() |
InvalidGearInputMessage | Input<string>: Sets the message to include in the input validation exception. (inherited from BaseGear). |
![]() |
MakeDurable | Input<bool>: Sets the flag that determines if this gear running results will be cached, so that subsequent uses of this same gear deliver its results from that cache instead of from a new full run. (inherited from BaseGear). |
![]() |
WithCarbonite | Input<TCarboniteController>: The CarboniteController<TDataContext, TTransaction, TTransactionCreationParameters> that maneges the functions of the underlying data store context. |